home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / HLPWNSDK.PAK / PENAPI.MST (.txt) < prev    next >
Microsoft Windows Help File Content  |  1997-05-06  |  22KB  |  629 lines

  1. :Base penapi.HLP
  2. 1 Microsoft Windows Pen API Programmer's Reference
  3. 2 Legal Information=_win32_Legal_Information_Pen
  4. 2 Introduction
  5. 3 Introduction=_fred_1001
  6. 3 Organization=_fred_1002
  7. 3 Document Conventions=_fred_1003
  8. 3 Books and Articles for Further Reading=_fred_1004
  9. 3 System Requirements=_fred_1005
  10. 3 Acknowledgments=_fred_1006
  11. 2 Overview of the Pen Application Programming Interface
  12. 3 Overview of the Pen Application Programming Interface=_fred_1008
  13. 3 Architecture of the Pen API=_fred_1009
  14. 3 Windows=_fred_1010
  15. 3 Drivers=_fred_1011
  16. 3 Pen Driver=_fred_1012
  17. 3 Display Driver=_fred_1013
  18. 3 Recognizer=_fred_1014
  19. 3 Accessing the Pen API from Applications=_fred_1015
  20. 2 Starting OUt with System Defaults
  21. 3 Starting Out with System Defaults=_fred_1017
  22. 3 Pen-Unaware Applications=_fred_1018
  23. 3 Pen-Aware Applications=_fred_1019
  24. 3 Beginning an Input Session=_fred_1020
  25. 3 DoDefaultPenInput Messages=_fred_1021
  26. 3 Step 1: PE_BEGININPUT Submessage=_fred_1022
  27. 3 Step 2: PE_SETTARGETS Submessage=_fred_1023
  28. 3 Step 3: PE_GETPCMINFO Submessage=_fred_1024
  29. 3 Step 4: PE_GETINKINGINFO Message=_fred_1025
  30. 3 Step 5: Master PCMINFO and INKINGINFO Structures=_fred_1026
  31. 3 Step 6: PE_BEGINDATA Message=_fred_1027
  32. 3 Step 7: PE_MOREDATA Message=_fred_1028
  33. 3 Step 8: PE_ENDDATA Message=_fred_1029
  34. 3 Step 9: PE_RESULT Message=_fred_1030
  35. 3 Step 10: PE_ENDINPUT Message=_fred_1031
  36. 2 The Writing Process
  37. 3 The Writing Process=_fred_1033
  38. 3 Pen Edit Controls=_fred_1034
  39. 3 The hedit Control=_fred_1035
  40. 3 hedit Control Messages=_fred_1036
  41. 3 Printing an Edit Control=_fred_1037
  42. 3 The bedit Control=_fred_1038
  43. 3 bedit Control Messages=_fred_1039
  44. 3 Using bedit Controls in Dialog Boxes=_fred_1040
  45. 3 The iedit Control=_fred_1041
  46. 3 iedit Control Messages=_fred_1042
  47. 3 Ink Input=_fred_1043
  48. 3 Starting the Chain of Events=_fred_1044
  49. 3 Collecting and Displaying Data=_fred_1045
  50. 3 Processing the Data=_fred_1046
  51. 3 The On-screen Keyboard=_fred_1047
  52. 2 The Inking Process
  53. 3 The Inking Process=_fred_1049
  54. 3 The HPENDATA Object=_fred_1050
  55. 3 Overview of HPENDATA=_fred_1051
  56. 3 Data Within an HPENDATA Object=_fred_1052
  57. 3 Data Points=_fred_1053
  58. 3 Stroke Headers=_fred_1054
  59. 3 Main Header=_fred_1055
  60. 3 HPENDATA Functions=_fred_1056
  61. 3 Creating an HPENDATA Object=_fred_1057
  62. 3 Displaying Pen Data=_fred_1058
  63. 3 Scaling Pen Data=_fred_1059
  64. 3 Examining Pen Data=_fred_1060
  65. 3 Editing or Copying Pen Data=_fred_1061
  66. 3 Compressing Pen Data=_fred_1062
  67. 3 Compression Functions=_fred_1063
  68. 3 Converting Data to Display Resolution=_fred_1064
  69. 3 The HINKSET Object=_fred_1065
  70. 3 The HINKSET Functions=_fred_1066
  71. 3 Timing Information=_fred_1067
  72. 3 Timing Macros=_fred_1068
  73. 3 dwDiffAT=_fred_1069
  74. 3 dwDurInterval=_fred_1070
  75. 3 FAbsTimeInInterval=_fred_1071
  76. 3 FIntervalInInterval=_fred_1072
  77. 3 FIntervalXInterval=_fred_1073
  78. 3 FLTAbsTime FLTEAbsTime FEQAbsTime=_fred_1074
  79. 3 MakeAbsTime=_fred_1075
  80. 2 The Recognition Process
  81. 3 The Recognition Process=_fred_1077
  82. 3 The HRC Object=_fred_1078
  83. 3 Using the HRC Functions=_fred_1079
  84. 3 Creating the HRC=_fred_1080
  85. 3 Configuring the HRC=_fred_1081
  86. 3 Alphabet=_fred_1082
  87. 3 Gesture=_fred_1083
  88. 3 Word List=_fred_1084
  89. 3 Guide=_fred_1085
  90. 3 Number of Recognition Guesses=_fred_1086
  91. 3 Processing=_fred_1087
  92. 3 Adding Data to an HRC Object=_fred_1088
  93. 3 Allocating Processing Time=_fred_1089
  94. 3 Getting Results=_fred_1090
  95. 3 Boxed Recognition=_fred_1091
  96. 3 Unboxed Recognition=_fred_1092
  97. 3 Getting Results from the RCRESULT Structure=_fred_1093
  98. 3 Destroying the HRC=_fred_1094
  99. 2 Design Considerations
  100. 3 Design Considerations=_fred_1096
  101. 3 Basic Principles=_fred_1097
  102. 3 Keep It Simple=_fred_1098
  103. 3 Use Familiar Models=_fred_1099
  104. 3 Use Feedback=_fred_1100
  105. 3 Make It Fast=_fred_1101
  106. 3 Make It Fun=_fred_1102
  107. 3 Make Exploration Safe=_fred_1103
  108. 3 Let the User Maintain Control=_fred_1104
  109. 3 Recognition: Use and Misuse=_fred_1105
  110. 3 Selecting Is Better Than Writing=_fred_1106
  111. 3 bedit Is Better Than hedit=_fred_1107
  112. 3 Real Time Is Better Than Deferred Time=_fred_1108
  113. 3 Make Corrections Easy=_fred_1109
  114. 3 Provide Easy Access to the On-screen Keyboard=_fred_1110
  115. 3 Other Considerations=_fred_1111
  116. 3 Don't Rely on Gestures=_fred_1112
  117. 3 Provide Ample Target Space=_fred_1113
  118. 3 Use Position Clues=_fred_1114
  119. 3 Conserve Power=_fred_1115
  120. 3 Guidelines for Applications=_fred_1116
  121. 3 Annotation=_fred_1117
  122. 3 Word Processor=_fred_1118
  123. 3 Spreadsheet=_fred_1119
  124. 3 Mail=_fred_1120
  125. 3 Forms=_fred_1121
  126. 3 Shell=_fred_1122
  127. 2 A Sample Pen Application
  128. 3 A Sample Pen Application=_fred_1124
  129. 3 Overview of PENAPP=_fred_1125
  130. 3 Initialization=_fred_1126
  131. 3 WinMain=_fred_1127
  132. 3 InitInstance=_fred_1128
  133. 3 Window Procedures=_fred_1129
  134. 3 MainWndProc=_fred_1130
  135. 3 InputWndProc=_fred_1131
  136. 3 InfoWndProc=_fred_1132
  137. 3 DisplayGuesses=_fred_1133
  138. 3 DrawArrow=_fred_1134
  139. 3 DrawMirrorImage=_fred_1135
  140. 3 RawWndProc=_fred_1136
  141. 2 Writing a Recognizer
  142. 3 Writing a Recognizer=_fred_1138
  143. 3 Recognizer Objects=_fred_1139
  144. 3 How a Recognizer Works=_fred_1140
  145. 3 List of Exported Functions=_fred_1141
  146. 3 Initialization=_fred_1142
  147. 3 HRC Functions=_fred_1143
  148. 3 HRCRESULT Functions=_fred_1144
  149. 3 Specifying an Alphabet Set=_fred_1145
  150. 3 Word Lists=_fred_1146
  151. 3 Training=_fred_1147
  152. 3 Interpreting Input=_fred_1148
  153. 3 Processing Raw Data=_fred_1149
  154. 3 Segmentation of Symbols=_fred_1150
  155. 3 Stroke Order and Direction=_fred_1151
  156. 3 Returning Results=_fred_1152
  157. 3 Results Messages=_fred_1153
  158. 3 The RCRESULT Structure=_fred_1154
  159. 3 Hot Spots=_fred_1155
  160. 3 Writing a Recognizer=_fred_1156
  161. 3 Recognition Functions=_fred_1157
  162. 3 CreateCompatibleHRC=_fred_1158
  163. 3 DestroyHRC=_fred_1159
  164. 3 AddPenInputHRC=_fred_1160
  165. 3 CreatePenDataHRC=_fred_1161
  166. 3 CreateInksetHRCRESULT=_fred_1162
  167. 3 A Sample Recognizer=_fred_1163
  168. 3 SREC Initialization Functions=_fred_1164
  169. 3 SREC Recognition Functions=_fred_1165
  170. 2 Summary of the Pen Application Programming Interface
  171. 3 Summary of the Pen Application Programming Interface=_fred_1167
  172. 3 Pen API Functions=_fred_1168
  173. 3 List of Pen API Functions=_fred_1169
  174. 3 Pen Kernel Functions=_fred_1170
  175. 3 Pen API Structures=_fred_1171
  176. 3 Pen API Messages=_fred_1172
  177. 3 Pen API Constants=_fred_1173
  178. 2 Pen Application Programming Interface Functions
  179. 3 Pen Application Programming Interface Functions=_fred_1206
  180. 3 AddInksetInterval=_fred_1207
  181. 3 AddPenDataHRC=_fred_1208
  182. 3 AddPenInputHRC=_fred_1209
  183. 3 AddPointsPenData=_fred_1210
  184. 3 AddWordsHWL=_fred_1211
  185. 3 AnimateProc=_fred_1212
  186. 3 AtomicVirtualEvent=_fred_1213
  187. 3 BeginEnumStrokes=_fred_1214
  188. 3 BoundingRectFromPoints=_fred_1215
  189. 3 CharacterToSymbol=_fred_1216
  190. 3 CompactPenData=_fred_1217
  191. 3 CompressPenData=_fred_1218
  192. 3 ConfigHREC=_fred_1219
  193. 3 ConfigRecognizer=_fred_1220
  194. 3 CorrectWriting=_fred_1221
  195. 3 CorrectWritingEx=_fred_1222
  196. 3 CreateCompatibleHRC=_fred_1223
  197. 3 CreateHWL=_fred_1224
  198. 3 CreateInkset=_fred_1225
  199. 3 CreateInksetHRCRESULT=_fred_1226
  200. 3 CreatePenData=_fred_1227
  201. 3 CreatePenDataEx=_fred_1228
  202. 3 CreatePenDataHRC=_fred_1229
  203. 3 CreatePenDataRegion=_fred_1230
  204. 3 DestroyHRC=_fred_1231
  205. 3 DestroyHRCRESULT=_fred_1232
  206. 3 DestroyHWL=_fred_1233
  207. 3 DestroyInkset=_fred_1234
  208. 3 DestroyPenData=_fred_1235
  209. 3 DictionarySearch=_fred_1236
  210. 3 DoDefaultPenInput=_fred_1237
  211. 3 DPtoTP=_fred_1238
  212. 3 DrawPenData=_fred_1239
  213. 3 DrawPenDataEx=_fred_1240
  214. 3 DrawPenDataFmt=_fred_1241
  215. 3 DuplicatePenData=_fred_1242
  216. 3 EmulatePen=_fred_1243
  217. 3 EnableGestureSetHRC=_fred_1244
  218. 3 EnableSystemDictionaryHRC=_fred_1245
  219. 3 EndEnumStrokes=_fred_1246
  220. 3 EndPenInputHRC=_fred_1247
  221. 3 EnumSymbols=_fred_1248
  222. 3 EnumSymbolsCallback=_fred_1249
  223. 3 ExtractPenDataPoints=_fred_1250
  224. 3 ExtractPenDataStrokes=_fred_1251
  225. 3 FirstSymbolFromGraph=_fred_1252
  226. 3 GetAlphabetHRC=_fred_1253
  227. 3 GetAlphabetPriorityHRC=_fred_1254
  228. 3 GetAlternateWordsHRCRESULT=_fred_1255
  229. 3 GetBoxMappingHRCRESULT=_fred_1256
  230. 3 GetBoxResultsHRC=_fred_1257
  231. 3 GetGlobalRC=_fred_1258
  232. 3 GetGuideHRC=_fred_1259
  233. 3 GetHotspotsHRCRESULT=_fred_1260
  234. 3 GetHRECFromHRC=_fred_1261
  235. 3 GetInksetInterval=_fred_1262
  236. 3 GetInksetIntervalCount=_fred_1263
  237. 3 GetInternationalHRC=_fred_1264
  238. 3 GetMaxResultsHRC=_fred_1265
  239. 3 GetPenAppFlags=_fred_1266
  240. 3 GetPenAsyncState=_fred_1267
  241. 3 GetPenDataAttributes=_fred_1268
  242. 3 GetPenDataInfo=_fred_1269
  243. 3 GetPenDataStroke=_fred_1270
  244. 3 GetPenHwEventData=_fred_1271
  245. 3 GetPenInput=_fred_1272
  246. 3 GetPenResource=_fred_1273
  247. 3 GetPenMiscInfo=_fred_1274
  248. 3 GetPointsFromPenData=_fred_1275
  249. 3 GetResultsHRC=_fred_1276
  250. 3 GetStrokeAttributes=_fred_1277
  251. 3 GetStrokeTableAttributes=_fred_1278
  252. 3 GetSymbolCount=_fred_1279
  253. 3 GetSymbolCountHRCRESULT=_fred_1280
  254. 3 GetSymbolMaxLength=_fred_1281
  255. 3 GetSymbolsHRCRESULT=_fred_1282
  256. 3 GetVersionPenWin=_fred_1283
  257. 3 GetWordlistCoercionHRC=_fred_1284
  258. 3 GetWordlistHRC=_fred_1285
  259. 3 HitTestPenData=_fred_1286
  260. 3 InitRC=_fred_1287
  261. 3 InsertPenData=_fred_1288
  262. 3 InsertPenDataPoints=_fred_1289
  263. 3 InsertPenDataStroke=_fred_1290
  264. 3 InstallRecognizer=_fred_1291
  265. 3 IsPenAware=_fred_1292
  266. 3 IsPenEvent=_fred_1293
  267. 3 KKConvert=_fred_1294
  268. 3 MetricScalePenData=_fred_1295
  269. 3 OffsetPenData=_fred_1296
  270. 3 PeekPenInput=_fred_1297
  271. 3 PenDataFromBuffer=_fred_1298
  272. 3 PenDataToBuffer=_fred_1299
  273. 3 PostVirtualKeyEvent=_fred_1300
  274. 3 PostVirtualMouseEvent=_fred_1301
  275. 3 ProcessHRC=_fred_1302
  276. 3 ProcessWriting=_fred_1303
  277. 3 ReadHWL=_fred_1304
  278. 3 Recognize=_fred_1305
  279. 3 RecognizeData=_fred_1306
  280. 3 RedisplayPenData=_fred_1307
  281. 3 RegisterPenApp=_fred_1308
  282. 3 RemovePenDataStrokes=_fred_1309
  283. 3 ResizePenData=_fred_1310
  284. 3 ResultsHookHREC=_fred_1311
  285. 3 SetAlphabetHRC=_fred_1312
  286. 3 SetAlphabetPriorityHRC=_fred_1313
  287. 3 SetBoxAlphabetHRC=_fred_1314
  288. 3 SetGlobalRC=_fred_1315
  289. 3 SetGuideHRC=_fred_1316
  290. 3 SetInternationalHRC=_fred_1317
  291. 3 SetMaxResultsHRC=_fred_1318
  292. 3 SetPenAppFlags=_fred_1319
  293. 3 SetPenHook=_fred_1320
  294. 3 SetPenHookCallback=_fred_1321
  295. 3 SetPenMiscInfo=_fred_1322
  296. 3 SetRecogHook=_fred_1323
  297. 3 SetResultsHookHREC=_fred_1324
  298. 3 SetStrokeAttributes=_fred_1325
  299. 3 SetStrokeTableAttributes=_fred_1326
  300. 3 SetWordlistCoercionHRC=_fred_1327
  301. 3 SetWordlistHRC=_fred_1328
  302. 3 ShowKeyboard=_fred_1329
  303. 3 StartInking=_fred_1330
  304. 3 StartPenInput=_fred_1331
  305. 3 StopInking=_fred_1332
  306. 3 StopPenInput=_fred_1333
  307. 3 SymbolToCharacter=_fred_1334
  308. 3 TargetPoints=_fred_1335
  309. 3 TPtoDP=_fred_1336
  310. 3 TrainContext=_fred_1337
  311. 3 TrainHREC=_fred_1338
  312. 3 TrainInk=_fred_1339
  313. 3 TrimPenData=_fred_1340
  314. 3 UnhookResultsHookHREC=_fred_1341
  315. 3 UninstallRecognizer=_fred_1342
  316. 3 UpdatePenInfo=_fred_1343
  317. 3 WriteHWL=_fred_1344
  318. 2 Pen Application Programming Interface Structures
  319. 3 Pen Application Programming Interface Structures=_fred_1346
  320. 3 ABSTIME=_fred_1347
  321. 3 ANIMATEINFO=_fred_1348
  322. 3 BOXEDITINFO=_fred_1349
  323. 3 BOXLAYOUT=_fred_1350
  324. 3 BOXRESULTS=_fred_1351
  325. 3 CALBSTRUCT=_fred_1352
  326. 3 CTLINITBEDIT=_fred_1353
  327. 3 CTLINITHEDIT=_fred_1354
  328. 3 CTLINITIEDIT=_fred_1355
  329. 3 CWX=_fred_1356
  330. 3 GUIDE=_fred_1357
  331. 3 INKINGINFO=_fred_1358
  332. 3 INPPARAMS=_fred_1359
  333. 3 INTERVAL=_fred_1360
  334. 3 OEMPENINFO=_fred_1361
  335. 3 OEM_PENPACKET=_fred_1362
  336. 3 PCMINFO=_fred_1363
  337. 3 PDEVENT=_fred_1364
  338. 3 PENDATAHEADER=_fred_1365
  339. 3 PENINFO=_fred_1366
  340. 3 PENPACKET=_fred_1367
  341. 3 PENTIP=_fred_1368
  342. 3 RC=_fred_1369
  343. 3 RCRESULT=_fred_1370
  344. 3 RECTOFS=_fred_1371
  345. 3 SKBINFO=_fred_1372
  346. 3 STRKFMT=_fred_1373
  347. 3 STROKEINFO=_fred_1374
  348. 3 SYC=_fred_1375
  349. 3 SYE=_fred_1376
  350. 3 SYG=_fred_1377
  351. 3 TARGET=_fred_1378
  352. 3 TARGINFO=_fred_1379
  353. 2 Pen Application Programming Interface Messages
  354. 3 Pen Application Programming Interface Messages=_fred_1381
  355. 3 HE_CANCELCONVERT=_fred_1382
  356. 3 HE_CHAROFFSET=_fred_1383
  357. 3 HE_CHARPOSITION=_fred_1384
  358. 3 HE_DEFAULTFONT=_fred_1385
  359. 3 HE_ENABLEALTLIST=_fred_1386
  360. 3 HE_FIXKKCONVERT=_fred_1387
  361. 3 HE_GETBOXLAYOUT=_fred_1388
  362. 3 HE_GETCONVERTRANGE=_fred_1389
  363. 3 HE_GETINFLATE=_fred_1390
  364. 3 HE_GETINKHANDLE=_fred_1391
  365. 3 HE_GETKKCONVERT=_fred_1392
  366. 3 HE_GETKKSTATUS=_fred_1393
  367. 3 HE_GETUNDERLINE=_fred_1394
  368. 3 HE_HIDEALTLIST=_fred_1395
  369. 3 HE_KKCONVERT=_fred_1396
  370. 3 HE_PUTCONVERTCHAR=_fred_1397
  371. 3 HE_SETBOXLAYOUT=_fred_1398
  372. 3 HE_SETCONVERTRANGE=_fred_1399
  373. 3 HE_SETINFLATE=_fred_1400
  374. 3 HE_SETINKMODE=_fred_1401
  375. 3 HE_SETUNDERLINE=_fred_1402
  376. 3 HE_SHOWALTLIST=_fred_1403
  377. 3 HE_STOPINKMODE=_fred_1404
  378. 3 HN_BEGINDIALOG=_fred_1405
  379. 3 HN_ENDDIALOG=_fred_1406
  380. 3 HN_ENDKKCONVERT=_fred_1407
  381. 3 HN_ENDREC=_fred_1408
  382. 3 HN_RESULT=_fred_1409
  383. 3 IE_CANUNDO=_fred_1410
  384. 3 IE_DOCOMMAND=_fred_1411
  385. 3 IE_EMPTYUNDOBUFFER=_fred_1412
  386. 3 IE_GETAPPDATA=_fred_1413
  387. 3 IE_GETBKGND=_fred_1414
  388. 3 IE_GETCOMMAND=_fred_1415
  389. 3 IE_GETCOUNT=_fred_1416
  390. 3 IE_GETDRAWOPTS=_fred_1417
  391. 3 IE_GETERASERTIP=_fred_1418
  392. 3 IE_GETFORMAT=_fred_1419
  393. 3 IE_GETGESTURE=_fred_1420
  394. 3 IE_GETGRIDORIGIN=_fred_1421
  395. 3 IE_GETGRIDPEN=_fred_1422
  396. 3 IE_GETGRIDSIZE=_fred_1423
  397. 3 IE_GETINK=_fred_1424
  398. 3 IE_GETINKINPUT=_fred_1425
  399. 3 IE_GETINKRECT=_fred_1426
  400. 3 IE_GETMENU=_fred_1427
  401. 3 IE_GETMODE=_fred_1428
  402. 3 IE_GETMODIFY=_fred_1429
  403. 3 IE_GETNOTIFY=_fred_1430
  404. 3 IE_GETPAINTDC=_fred_1431
  405. 3 IE_GETPDEVENT=_fred_1432
  406. 3 IE_GETPENTIP=_fred_1433
  407. 3 IE_GETRECOG=_fred_1434
  408. 3 IE_GETSECURITY=_fred_1435
  409. 3 IE_GETSEL=_fred_1436
  410. 3 IE_GETSELCOUNT=_fred_1437
  411. 3 IE_GETSELITEMS=_fred_1438
  412. 3 IE_GETSTYLE=_fred_1439
  413. 3 IE_SETAPPDATA=_fred_1440
  414. 3 IE_SETBKGND=_fred_1441
  415. 3 IE_SETDRAWOPTS=_fred_1442
  416. 3 IE_SETERASERTIP=_fred_1443
  417. 3 IE_SETFORMAT=_fred_1444
  418. 3 IE_SETGRIDORIGIN=_fred_1445
  419. 3 IE_SETGRIDPEN=_fred_1446
  420. 3 IE_SETGRIDSIZE=_fred_1447
  421. 3 IE_SETINK=_fred_1448
  422. 3 IE_SETINKINPUT=_fred_1449
  423. 3 IE_SETMODE=_fred_1450
  424. 3 IE_SETMODIFY=_fred_1451
  425. 3 IE_SETNOTIFY=_fred_1452
  426. 3 IE_SETPENTIP=_fred_1453
  427. 3 IE_SETRECOG=_fred_1454
  428. 3 IE_SETSECURITY=_fred_1455
  429. 3 IE_SETSEL=_fred_1456
  430. 3 IN_CHANGE=_fred_1457
  431. 3 IN_CLOSE=_fred_1458
  432. 3 IN_COMMAND=_fred_1459
  433. 3 IN_ERASEBKGND=_fred_1460
  434. 3 IN_GESTURE=_fred_1461
  435. 3 IN_HSCROLL=_fred_1462
  436. 3 IN_KILLFOCUS=_fred_1463
  437. 3 IN_MEMERR=_fred_1464
  438. 3 IN_MODECHANGED=_fred_1465
  439. 3 IN_PAINT=_fred_1466
  440. 3 IN_PDEVENT=_fred_1467
  441. 3 IN_POSTPAINT=_fred_1468
  442. 3 IN_PREPAINT=_fred_1469
  443. 3 IN_PROPERTIES=_fred_1470
  444. 3 IN_SETFOCUS=_fred_1471
  445. 3 IN_UPDATE=_fred_1472
  446. 3 IN_VSCROLL=_fred_1473
  447. 3 PE_BEGINDATA=_fred_1474
  448. 3 PE_BEGININPUT=_fred_1475
  449. 3 PE_BUFFERWARNING=_fred_1476
  450. 3 PE_ENDDATA=_fred_1477
  451. 3 PE_ENDINPUT=_fred_1478
  452. 3 PE_GETINKINGINFO=_fred_1479
  453. 3 PE_GETPCMINFO=_fred_1480
  454. 3 PE_MOREDATA=_fred_1481
  455. 3 PE_PENDOWN=_fred_1482
  456. 3 PE_PENMOVE=_fred_1483
  457. 3 PE_PENUP=_fred_1484
  458. 3 PE_RESULT=_fred_1485
  459. 3 PE_SETTARGETS=_fred_1486
  460. 3 PE_TERMINATED=_fred_1487
  461. 3 PE_TERMINATING=_fred_1488
  462. 3 WM_CTLINIT=_fred_1489
  463. 3 WM_GLOBALRCCHANGE=_fred_1490
  464. 3 WM_HOOKRCRESULT=_fred_1491
  465. 3 WM_PENCTL=_fred_1492
  466. 3 WM_PENEVENT=_fred_1493
  467. 3 WM_PENMISC=_fred_1494
  468. 3 WM_PENMISCINFO=_fred_1495
  469. 3 WM_RCRESULT=_fred_1496
  470. 2 Pen Application Programming Interface Constants
  471. 3 Pen Application Programming Interface Constants=_fred_1498
  472. 3 ALC_ Alphabet Codes=_fred_1499
  473. 3 BXD_ Boxed Edit Control=_fred_1500
  474. 3 BXDK_ Japanese Boxed Edit Control=_fred_1501
  475. 3 IDC_ Display Cursor=_fred_1502
  476. 3 PCM_ Pen Collection Mode=_fred_1503
  477. 3 PDC_ Pen Device Capabilities=_fred_1504
  478. 3 PDK_ State Bits for Pen Driver Kit=_fred_1505
  479. 3 PDT_ OEM-Specific Data=_fred_1506
  480. 3 PDTS_ Pen Data Scaling=_fred_1507
  481. 3 PDTT_ Pen Data Trimming=_fred_1508
  482. 3 PMI_ Pen Miscellaneous Information=_fred_1509
  483. 3 RCD_ Writing Direction=_fred_1510
  484. 3 RCO_ Recognition Options=_fred_1511
  485. 3 RCOR_ Tablet Orientation=_fred_1512
  486. 3 RCP_ User Preferences=_fred_1513
  487. 3 RCRT_ Results Type=_fred_1514
  488. 3 REC_ Recognition Functions=_fred_1515
  489. 3 Debugging Values=_fred_1516
  490. 3 SYV_ Symbol Values=_fred_1517
  491. 3 System Symbol Values=_fred_1518
  492. 3 Gesture Symbol Values=_fred_1519
  493. 3 Circle Gesture Symbol Values=_fred_1520
  494. 3 Selection Symbol Values=_fred_1521
  495. 3 Shape Symbol Values=_fred_1522
  496. 2 Appendix: Differences between Versions 1.0 and 2.0 of the Pen API
  497. 3 Appendix   Differences Between Versions 1.0 and 2.0 of the Pen Application Programming Interface=_fred_1175
  498. 3 Improvements to the bedit Control=_fred_1176
  499. 3 Recognition=_fred_1177
  500. 3 The RC Structure=_fred_1178
  501. 3 The RCRESULT Structure=_fred_1179
  502. 3 Default Recognition=_fred_1180
  503. 3 Recognition Processing=_fred_1181
  504. 3 Initializing and Closing a Recognizer=_fred_1182
  505. 3 Word Lists and Dictionaries=_fred_1183
  506. 3 Gestures=_fred_1184
  507. 3 Action Handles=_fred_1185
  508. 3 On-Screen Keyboard=_fred_1186
  509. 3 Timing Information=_fred_1187
  510. 3 Targeting=_fred_1188
  511. 3 HPENDATA Memory Block=_fred_1189
  512. 3 Registry Configuration=_fred_1190
  513. 2 Appendix: Using the 32-bit Pen Application Programming Interface
  514. 3 Appendix   Using the 32-Bit Pen Application Programming Interface=_fred_1192
  515. 3 32-Bit Functions=_fred_1193
  516. 3 32-Bit Messages=_fred_1194
  517. 3 WM_PENEVENT Submessages=_fred_1195
  518. 3 List of 32-Bit Window Messages=_fred_1196
  519. 3 List of 32-Bit iedit Control Messages=_fred_1197
  520. 2 Appendix: Modifying the SYSTEM.INI File
  521. 3 Appendix   Modifying the SYSTEM.INI File=_fred_1199
  522. 2 Appendix: Accessing the Pen Device Driver
  523. 3 Appendix   Accessing the Pen Device Driver=_fred_1201
  524. 3 Opening the Pen Driver=_fred_1202
  525. 3 Pen Driver Return Values=_fred_1203
  526. 3 Pen Driver Messages=_fred_1204
  527. 2 Glossary
  528. 3 A=_pen_A
  529. 3 action handle=_fred_1526
  530. 3 B=_pen_B
  531. 3 baseline=_fred_1528
  532. 3 C=_pen_C
  533. 3 comb=_fred_1530
  534. 3 confidence level=_fred_1531
  535. 3 D=_pen_D
  536. 3 dictionary=_fred_1533
  537. 3 G=_pen_G
  538. 3 gesture=_fred_1535
  539. 3 H=_pen_H
  540. 3 hook=_fred_1537
  541. 3 hot spots=_fred_1538
  542. 3 I=_pen_I
  543. 3 ink=_fred_1540
  544. 3 inkset=_fred_1541
  545. 3 irreversible compression=_fred_1542
  546. 3 L=_pen_L
  547. 3 lasso=_fred_1544
  548. 3 lens=_fred_1545
  549. 3 lossless compression=_fred_1546
  550. 3 lossy compression=_fred_1547
  551. 3 O=_pen_O
  552. 3 OEM data=_fred_1549
  553. 3 on-screen keyboard=_fred_1550
  554. 3 P=_pen_P
  555. 3 packet=_fred_1552
  556. 3 pen collection mode=_fred_1553
  557. 3 pen-down stroke=_fred_1554
  558. 3 pen packet=_fred_1555
  559. 3 pen state=_fred_1556
  560. 3 pen tip transition=_fred_1557
  561. 3 pen-up stroke=_fred_1558
  562. 3 proximity stroke=_fred_1559
  563. 3 R=_pen_R
  564. 3 real time=_fred_1561
  565. 3 recognition function=_fred_1562
  566. 3 recognizer=_fred_1563
  567. 3 reentrancy=_fred_1564
  568. 3 reversible compression=_fred_1565
  569. 3 S=_pen_S
  570. 3 sampling rate=_fred_1567
  571. 3 Screen Keyboard=_fred_1568
  572. 3 SKB=_fred_1569
  573. 3 stroke=_fred_1570
  574. 3 symbol=_fred_1571
  575. 3 symbol correspondence=_fred_1572
  576. 3 symbol element=_fred_1573
  577. 3 symbol value=_fred_1574
  578. 3 T=_pen_T
  579. 3 target=_fred_1576
  580. 3 trainer=_fred_1577
  581. 3 training=_fred_1578
  582. 2 Programmer's Guide to Pen Services for Microsoft Windows 95 (Addendum)
  583. 3 Programmer's Guide to Pen Services for Microsoft Windows 95 (Addendum)=_pen_Programmers_Guide_to_Pen_Services_for_Microsoft_Windows_95_Addendum_
  584. 3 Introduction=_pen_Introduction
  585. 3 Organization=_pen_Organization
  586. 3 Books and Articles for Further Reading=_pen_Books_and_Articles_for_Further_Reading
  587. 3 Chapter 1  Overview of the Pen Application Programming Interface=_pen_Chapter_1_Overview_of_the_Pen_Application_Programming_Interface
  588. 3 Architecture of the Pen API=_pen_Architecture_of_the_Pen_API
  589. 3 IME (Input Method Editor, for converting Kana to Kanji)=_pen_IME_Input_Method_Editor_for_converting_Kana_to_Kanji_
  590. 3 Chapter 2  Starting Out with System Defaults=_pen_Chapter_2_Starting_Out_with_System_Defaults
  591. 3 Pen-Unaware Applications=_pen_Pen_Unaware_Applications
  592. 3 Chapter 3  The Writing Process=_pen_Chapter_3_The_Writing_Process
  593. 3 The On-screen Keyboard=_pen_The_On_screen_Keyboard
  594. 3 Chapter 4  The Inking Process=_pen_Chapter_4_The_Inking_Process
  595. 3 Chapter 5  The Recognition Process=_pen_Chapter_5_The_Recognition_Process
  596. 3 Using the HRC Functions=_pen_Using_the_HRC_Functions
  597. 3 Alphabet Priority=_pen_Alphabet_Priority
  598. 3 Chapter 6  Design Considerations=_pen_Chapter_6_Design_Considerations
  599. 3 Recognition: Use and Misuse=_pen_Recognition_Use_and_Misuse
  600. 3 Guidelines for Applications=_pen_Guidelines_for_Applications
  601. 3 Chapter 7  A Sample Pen Application=_pen_Chapter_7_A_Sample_Pen_Application
  602. 3 Overview of PENAPP=_pen_Overview_of_PENAPP
  603. 3 Window Procedures=_pen_Window_Procedures
  604. 3 Chapter 8  Writing a Recognizer=_pen_Chapter_8_Writing_a_Recognizer
  605. 3 How a Recognizer Works=_pen_How_a_Recognizer_Works
  606. 3 Writing a Recognizer=_pen_Writing_a_Recognizer
  607. 3 Chapter 9  Summary of the Pen Application Programming Interface=_pen_Chapter_9_Summary_of_the_Pen_Application_Programming_Interface
  608. 3 Pen API Functions=_pen_Pen_API_Functions
  609. 3 Pen API Structures=_pen_Pen_API_Structures
  610. 3 Pen API Constants=_pen_Pen_API_Constants
  611. 3 Chapter 10  Pen Application Programming Interface Functions=_pen_Chapter_10_Pen_Application_Programming_Interface_Functions
  612. 3 GetPenResource=_pen_GetPenResource
  613. 3 Chapter 11  Pen Application Programming Interface Structures=_pen_Chapter_11_Pen_Application_Programming_Interface_Structures
  614. 3 Chapter 12  Pen Application Programming Interface Messages=_pen_Chapter_12_Pen_Application_Programming_Interface_Messages
  615. 3 HE_PUTCONVERTCHAR=_pen_HE_PUTCONVERTCHAR
  616. 3 WM_PENMISC=_pen_WM_PENMISC
  617. 3 Chapter 13  Pen Application Programming Interface Constants=_pen_Chapter_13_Pen_Application_Programming_Interface_Constants
  618. 3 ALC_Alphabet Codes=_pen_ALC_Alphabet_Codes
  619. 3 RCD_ Writing Direction=_pen_RCD__Writing_Direction
  620. 3 RCP_ User Preferences=_pen_RCP__User_Preferences
  621. 3 RCRT_ Results Type=_pen_RCRT__Results_Type
  622. 3 Appendix A  Differences Between Versions 1.x and 2.0 of the Pen Application Programming Interface=_pen_Appendix_A_Differences_Between_Versions_1.x_and_2.0_of_the_Pen_Application_Programming_Interface
  623. 3 Improvements to the bedit Control=_pen_Improvements_to_the_bedit_Control
  624. 3 Gestures=_pen_Gestures
  625. 3 Action Handles=_pen_Action_Handles
  626. 3 On-Screen Keyboard=_pen_On_Screen_Keyboard
  627. 3 Appendix B  Using the 32-Bit Pen Application Programming Interface=_pen_Appendix_B_Using_the_32_Bit_Pen_Application_Programming_Interface
  628. 3 32-Bit Functions=_pen_32_Bit_Functions
  629.